executable unit meaning in English
可执行单位
执行单位
Examples
- An executable unit managed by an operating system scheduler
由操作系统排程程序所管理的可执行单元。 - Microsoft sql server 2005 executes each batch as a single executable unit
Microsoft sql server 2005将每个批处理作为一个可执行单元来执行。 - Sql server compiles the statements of a batch into a single executable unit , called an execution plan
Sql server将批处理的语句编译为单个可执行单元,称为执行计划。 - When you build this project , or the entire solution , the test project is built into an assembly that contains the executable unit test
在生成此项目或生成整个解决方案时,测试项目将生成到包含可执行单元测试的程序集之中。 - Organizing a program into translation units and functions is analogous to structuring a book into a series of chapters ( translation units ) where each chapter consists of several sections ( executable units )
把程序组织成翻译单元和函数就和把书组织成连续的章节一样(翻译单元) ,尽管每一个章节都是由几个部分(可执行单元)组成。